|
Oracle® Rules Palette Release 9.1.0.0.0 E15811-01 |
This rule controls the graphics for the icons and buttons of the activity to which it is associated. As with the TransactionBusinessRulePacket business rule, this rule should be attached (overridden) to all the transactions.
This rule can also be used for the following:
To display a value from the transaction's XML, on the Activity screen.
To alert users for the delete, recycle and reverse button
click actions.
|
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
|
<TransactionCosmetics> |
Required
element; |
|
|
|
<Icon> |
Required element; When moving the mouse over the icon next to the activity, a short description
of the activity (Processed By, Active From Date, etc.) |
|
String; Required element value; Example: |
|
<Button> |
Required
element;
If this tag is not configured in the TransactionCosmetics business rule,
a red X mark (unavailability of the button image) will be displayed |
|
String;
Required element value; Example: |
|
<Reverse> |
Required
element; |
|
String;
Required element value; Example: |
|
<Quote> |
Optional element; This tag is used to mention the name of the image that should be displayed with the Quote button in the Activity Details window. If this tag is not configured in TransactionCosmetics business rule, Quote button will be displayed as any other regular button instead of an image. |
|
String; Element value; Defines the quote icon name (.GIF)
Example: <Quote>AsQuoteIssue.GIF</Quote>. |
|
<AmountField> |
Optional
element; |
|
Element
value; Example: <AmountField>GrossAmount</AmountField> |
<TransactionCosmetics>
<Icon>AsIconIssue.GIF</Icon>
<Button>AsButtonIssue.GIF</Button>
<Reverse>recycleIcon.GIF</Reverse>
<AmountField>TotalBaseFace</AmountField>
</TransactionCosmetics>
<TransactionCosmetics>
<Icon>[String]</Icon>
<Button>[String]</Button>
<Reverse>[String]</Reverse>
<AmountField>[String]</AmountField>
</TransactionCosmetics>